home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Button Ideas / background_4617.txt < prev    next >
Encoding:
Text File  |  1987-11-25  |  1.1 KB  |  60 lines

  1. -- background: 4617 from stack: in
  2. -- bmap block id: 4357
  3. -- flags: C000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=73 top=122 right=248 bottom=474
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0004
  25. -- rect: left=8 top=22 right=50 bottom=44
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 20689 / 20689
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: go to home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   go Home
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 11 (button)
  43. -- low flags: 00
  44. -- high flags: 8004
  45. -- rect: left=458 top=24 right=50 bottom=510
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Index
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve
  57.   go to card id 5757
  58. end mouseUp
  59.  
  60.